Skip to main content

Installation

Prerequisites

Before you begin, make sure you have:

  • Node.js version 18.0 or higher
  • Git for version control
  • A code editor (VS Code recommended)

Installation

  1. Clone the repository:
git clone https://github.com/recyclerydisc/recyclery_web.git
cd recyclery_web

  1. Install dependencies
npm install

  1. Start the development server:

npm run dev

  1. Open http://localhost:3000 to view the website

Development Tools

Available Scripts

  • npm run dev - Start the development server
  • npm run build - Create production build
  • npm run start - Start production server
  • npm run lint - Run ESlint
  • npm run format - Format code with Prettier